How does Lucene store your data?

Lucene's storage has improved a lot since the 4.0 release. Indeed, all index file formats have been refactored in order to be faster to decode and provide better compression, making Lucene more and more credible as a primary data store.

This talk will introduce the way Lucene stores data, how it relates to Lucene's public APIs, and explain how it improved since Lucene 4.0.